home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / AHT / _install / notOS.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1996-04-05  |  199b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This demonstration is for Solaris on SPARC only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.